DomainObjects Class Library

InsertByQuery<InsertIntoClass,SelectFromClass>.AddInsertField Method (ColumnField, Object)

Specify a field whose value will be inserted by this command.

public void AddInsertField(
   ColumnField fieldToInsert,
   Object newValue
);

Parameters

fieldToInsert
A field that will be inserted by this command.
newValue
The constant value to assign the given fieldToInsert.

See Also

InsertByQuery<InsertIntoClass,SelectFromClass> Class | DomainObjects.Facade.Command Namespace | InsertByQuery<InsertIntoClass,SelectFromClass>.AddInsertField Overload List